RxWindow class¶
Defined in
Namespace: ReactiveMarbles.ViewModel.Wpf
Assembly: ReactiveMarbles.ViewModel.Wpf.dll
Full name: ReactiveMarbles.ViewModel.Wpf.RxWindow<T>
Modifiers: public
Summary¶
RxWindow.
Applies to
net8.0-windows10.0.19041
Class hierarchy
classDiagram
class RxWindow~T~
class Window
Window <|-- RxWindow~T~
class IAmViewFor~TViewModel~ {
<>
}
IAmViewFor~TViewModel~ <|.. RxWindow~T~
class IAmViewFor {
<>
}
IAmViewFor <|.. RxWindow~T~
Inherits from: Window
Implements: IAmViewFor
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| BindingRoot | Gets the binding root view model. |
| ViewModel | Gets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model dependency property. |